feat: Add a new video generation AGENT that uses the VEO model #555
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a new video generation agent that creates videos using VEO. The agent leverages Google's Veo model to generate videos based on text prompts.
The agent takes text requests from the client, such as "Create a video of a cat playing with a fur ball". The generated video is then uploaded to Google Cloud Storage (GCS), and a signed URL for accessing the video is provided back to the client.
Currently, the Veo API does not provide real-time progress updates during video generation. To enhance user experience, this agent simulates progress updates while the video is being processed.
Also includes changes to the demo app to display the received video. (Note: the demo app does currently show the progress of the video creation process. The CLI can be used to see the simulated progress percentage)